From 2373f1b10ec0a0f5ddeb8285ee9e470394650e10 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 17 Oct 2006 18:00:51 +0100 Subject: [PATCH] Remove non-existent xc_ptrace_core() from xenctrl.h. Signed-off-by: Keir Fraser --- tools/libxc/xenctrl.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h index d3f0368118..f6d982952a 100644 --- a/tools/libxc/xenctrl.h +++ b/tools/libxc/xenctrl.h @@ -120,24 +120,19 @@ typedef struct xc_core_header { #define XC_CORE_MAGIC 0xF00FEBED -long xc_ptrace_core( - int xc_handle, - enum __ptrace_request request, - uint32_t domid, - long addr, - long data, - vcpu_guest_context_t *ctxt); void * map_domain_va_core( unsigned long domfd, int cpu, void *guest_va, vcpu_guest_context_t *ctxt); + int xc_waitdomain_core( int xc_handle, int domain, int *status, int options, vcpu_guest_context_t *ctxt); + typedef void (*thr_ev_handler_t)(long); void xc_register_event_handler( -- 2.30.2